InterdeviceMessage

Protobuf type meshtastic.InterdeviceMessage

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , InterdeviceProtos.InterdeviceMessageOrBuilder
Protobuf type meshtastic.InterdeviceMessage
Link copied to clipboard
enum DataCase : Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getNmea(): String
string nmea = 1;
Link copied to clipboard
open fun getNmeaBytes(): ByteString
string nmea = 1;
Link copied to clipboard
Link copied to clipboard
.meshtastic.SensorData sensor = 2;
Link copied to clipboard
.meshtastic.SensorData sensor = 2;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasNmea(): Boolean
string nmea = 1;
Link copied to clipboard
open fun hasSensor(): Boolean
.meshtastic.SensorData sensor = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(input: CodedInputStream): InterdeviceProtos.InterdeviceMessage
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.InterdeviceMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.InterdeviceMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.InterdeviceMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.InterdeviceMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.InterdeviceMessage
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)